From: Felix Fietkau Date: Thu, 7 Jan 2016 21:07:48 +0000 (+0000) Subject: perf: drop @!USE_UCLIBC from depends X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22/%22https:/collectd.org/%22?a=commitdiff_plain;h=87ac66c45a78b26e2f61bcc6ba75f179f2bf14a8;p=openwrt%2Fsvn-archive%2Farchive.git perf: drop @!USE_UCLIBC from depends perf builds fine with uClibc too Signed-off-by: Alexandru Ardelean SVN-Revision: 48148 --- diff --git a/package/devel/perf/Makefile b/package/devel/perf/Makefile index 3a36a7b98f..97eecd715d 100644 --- a/package/devel/perf/Makefile +++ b/package/devel/perf/Makefile @@ -25,7 +25,7 @@ include $(INCLUDE_DIR)/package.mk define Package/perf SECTION:=devel CATEGORY:=Development - DEPENDS:= @!USE_UCLIBC +libelf1 +libdw +libpthread +librt +objdump + DEPENDS:= +libelf1 +libdw +libpthread +librt +objdump TITLE:=Linux performance monitoring tool VERSION:=$(LINUX_VERSION)-$(PKG_RELEASE) URL:=http://www.kernel.org